Skip to content

)}

AnonymousObservable.SubscribeCore(IObserver) method

Defined in

Type: AnonymousObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

protected override IDisposable SubscribeCore(IObserver<T> observer)

Summary: Calls the subscription function that was supplied to the constructor.

Parameters

NameTypeDescription
observerIObserverObserver to send notifications to.

Returns: IDisposable -- Disposable object representing an observer's subscription to the observable sequence.